home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000292_news@columbia.edu_Mon May 1 19:59:56 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11636
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 1 May 1995 19:59:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA03455
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 1 May 1995 19:59:55 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!newsserver.jvnc.net!daniel!pcoen
  6. From: pcoen@daniel.drew.edu (Paul Coen)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: OS/2 C-Kermit 191 and character set problem
  9. Message-Id: <1995May1.172104.121387@daniel>
  10. Date: 1 May 95 17:21:04 ETST
  11. Organization: Drew University Academic Technology
  12. Lines: 40
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. I've noticed a tendency for C-Kermit for OS/2 191 (final release) to have
  16. special character problems after you exit from any utility based on TPU
  17. (edit/tpu, DEC Notes, etc.).
  18.  
  19. My character set is latin-1.
  20.  
  21. Before entering Notes, for example, if I press the compose character key
  22. (alt-c) and then enter -: I get the w division sign without any problem.
  23.  
  24. After I enter Notes and exit, the above sequence gives me a / instead of
  25. the line with two dots above and below.  Other characters give me a ?
  26. instead of the proper character.  For instance, I get a ? instead of
  27. the Icelandic eth character.  Not that I use that, in all honesty,
  28. it was just an example.
  29.  
  30. If I reset my terminal (alt-=) the problem goes away.  
  31.  
  32. Before entering Notes or TPU, my character set is:
  33.  
  34.  Terminal character-sets:
  35.     Local: cp850
  36.    Remote: GL->G0: ascii (94 chars)
  37.                G1: latin1-iso (96 chars)
  38.            GR->G2: latin1-iso (96 chars)
  39.                G3: latin1-iso (96 chars)
  40.  
  41. After exiting DEC Notes or TPU, we've got:
  42.  
  43. Terminal character-sets:
  44.    Local: cp850
  45.   Remote: GL->G0: ascii (94 chars)
  46.               G1: dec-special (96 chars)
  47.           GR->G2: dec-multinational (96 chars)
  48.               G3: latin1-iso (96 chars)
  49.  
  50. I would assume that this change is the root of the problem, since the reset
  51. puts it back.  I guess my question is whether TPU-based programs don't clean
  52. up after themselves, or if C-Kermit should be resetting itself and isn't.
  53. This problem does not occur in MS-Kermit 3.14, but for all I know, MS-Kermit
  54. may not implement host-directed character set changes the same way.